home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / extensions / tam.xams next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.8 KB  |  36 lines  |  [TEXT/ttxt]

  1. <?xml version ="1.0"?>
  2. <!--Generated by XML Authority. Conforms to XML Data subset for IE 5-->
  3. <Schema name = "tam.xams"
  4.      xmlns = "urn:schemas-microsoft-com:xml-data"
  5.      xmlns:dt = "urn:schemas-microsoft-com:datatypes"
  6.      xams:namespace="http://namespaces.softwareag.com/tamino/schema"
  7.      xams.name="tamino"
  8.      xmlns:xams = "">
  9.     <description>This meta schema describes what additional information (i.e. meta data) should be captured
  10. while creating certain types of schema. Such schemas are defined to be a sub-dialect of
  11. XDR schemas and have their own extension (which you provide as a file name to this file).
  12. Save this schema in the Extensions directory to make it available from the New menu.
  13. Additional information may include:
  14. 1) schema-level information (appears in the File - Info dialog)
  15. 2) element-level information (appears as additional columns in the element table )
  16. 3) attribute-level information (appears as additional columns in the attribute table)
  17.     </description>
  18.     <ElementType name = "schema" content = "eltOnly" order = "seq"/>
  19.     <ElementType name = "element" content = "eltOnly" order = "seq">
  20.         <AttributeType name = "which" dt:type = "string" required = "yes"/>
  21.         <AttributeType name = "index" dt:type = "enumeration" dt:values = "text standard 'text standard' final"/>
  22.         <attribute type = "which"/>
  23.         <attribute type = "index"/>
  24.         <element type = "rootable"/>
  25.     </ElementType>
  26.     
  27.     <ElementType name = "attribute" content = "eltOnly" order = "seq">
  28.         <AttributeType name = "which" dt:type = "string" required = "yes"/>
  29.         <AttributeType name = "index" dt:type = "enumeration" dt:values = "text standard 'text standard' final"/>
  30.         <attribute type = "which"/>
  31.         <attribute type = "index"/>
  32.     </ElementType>
  33.     
  34.     <ElementType name = "rootable" content = "textOnly" dt:type = "boolean"/>
  35. </Schema>
  36.